/*内页视差banner*/
.inside-banner {
    position: relative;
    width: 100%;
	height: 400px;
    overflow: hidden;
}
.inside-banner-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 400px;
    background: #fff;
    /*background-image: url(../images/banner-news.jpg);*/
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    will-change: transform;
}
.inside-banner-rlbg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 400px;
    background: #fff;
    /*background-image: url(../images/banner-news.jpg);*/
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    will-change: transform;
}
.inside-banner-lxbg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 400px;
    background: #fff;
    /*background-image: url(../images/banner-news.jpg);*/
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    will-change: transform;
}
.inside-banner-cpbg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 400px;
    background: #fff;
    /*background-image: url(../images/banner-news.jpg);*/
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    will-change: transform;
}

.inside-banner-desc {
	position: absolute;
	left: 19.7%;
	top: 45%;
	-webkit-transform: translate(-21.7%, -45%);
	   -moz-transform: translate(-21.7%, -45%);
	     -o-transform: translate(-21.7%, -45%);
	        transform: translate(-21.7%, -45%);
}
.inside-banner-desc p.desc {
	line-height: 60px;
	font-size: 40px;
	font-family: "microsoft yahei";
	color: #fff;
}
.inside-banner-desc i.line {
	position: absolute;
	margin-top: 26px;
	margin-left: 5px;
	display: block;
	width: 76px;
	height: 5px;
	background: #fff;
}

/*内页标题样式*/
h2.h2-1 {
	position: relative;
	font-size: 32px;
	line-height: 32px;
	font-family: "microsoft yahei";
	text-align: center;
}
h2.h2-1::before {
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: -27px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 158px;
	height: 8px;
	background-image: url(../images/pros-row-h2.png);
	background-repeat: no-repeat;
	-moz-background-size: 158px 8px;
	  -o-background-size: 158px 8px;
	     background-size: 158px 8px;
	background-position: center;
}

/*当前位置*/
.cur-site {
	font-size: 0;
}
.cur-site a {
	line-height: 16px;
	font-size: 16px;
	color: #ababab;
	-o-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.cur-site a {

}
.cur-site a:hover,
.cur-site a:last-child {
	color: #333;
}
.cur-site a:not(:last-child)::after {
	content: '>';
	margin-left: 5px;
	margin-right: 5px;
}
.cur-site a::after {
	-o-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.cur-site a:hover::after {
	color: #ababab;
}

.solution-ctrl {
	margin-top: 54px;
	font-size: 0;
	font-family: arrow;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.solution-pagination {
	margin-right: 13px;
	margin-left: 13px;
	font-family: Microsoft Yahei;
}
.solution-ctrl > div {
	display: inline-block;
	vertical-align: top;
}
.solution-prev,
.solution-next,
.solution-pagination span {
	border: 1px solid #e2e2e2;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #85888f;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .3s;
}
.solution-prev,
.solution-next {
	font-size: 18px;
}
.solution-prev:hover,
.solution-next:hover,
.solution-pagination span:hover,
.solution-pagination span.swiper-pagination-bullet-active {
	border: 1px solid #083388;
	background: #083388;
	color: #fff;
}
.solution-pagination span {
	margin-right: 13px;
}
.solution-pagination span:last-child {
	margin-right: 0;
}
.swiper-pagination-bullet {
	opacity: 1;
}

@media (max-width: 48em) {
	h2.h2-1 {
	    font-size: 24px;
	    line-height: 24px;
	}
	h2.h2-1::before {
	    bottom: -23px;
	}

	.inside-banner {
		height: 350px;
	}
	.inside-banner-desc p.desc {
	    line-height: 53px;
	    font-size: 56px;
	}
	.inside-banner-desc i.line {
	    margin-top: 14px;
	    margin-left: 5px;
	    width: 56px;
	    height: 4px;
	}

	.pagsination > li {
	    margin-right: 4px;
	    margin-left: 4px;
	    width: 30px;
	    height: 30px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.pagination > li:first-child, 
	.pagination > li:last-child {
	    line-height: 30px;
	    font-size: 14px;
	}

	.solution-prev,
	.solution-next,
	.solution-pagination span {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
	}
	.solution-prev,
	.solution-next {
		font-size: 14px;
	}
	.solution-pagination {
	    margin-right: 4px;
	    margin-left: 4px;
	}
	.solution-pagination span,
	.solution-pagination span:last-child {
	    margin-right: 4px;
	    margin-left: 4px;
	}
}


@media (min-width: 48em) {
	.m-bg {
		display: none;
	}
}

@media (max-width: 48em) {
	.m-bg {
		display: block;
	}
	.m-bg img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.inside-banner {
		height: auto;
	}
}

@media (max-width: 32em) {
	.inside-banner-desc p.desc {
        line-height: 34px;
		font-size: 38px;
	}
	.inside-banner-desc i.line {
	    margin-top: 10px;
	    margin-left: 5px;
	    width: 40px;
	    height: 3px;
	}
}